recent chooser: Make it expand
authorMatthias Clasen <mclasen@redhat.com>
Fri, 12 Jun 2015 12:26:18 +0000 (08:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 12 Jun 2015 12:27:27 +0000 (08:27 -0400)
It is expected that the list fills the available space.

https://bugzilla.gnome.org/show_bug.cgi?id=750690

gtk/ui/gtkrecentchooserdefault.ui

index 3c899ec0e02cacfb1e32e1b9cf3a3eac17afb9c6..ca4d748f736232d605885d3a6230478091b8ddfd 100644 (file)
@@ -21,6 +21,7 @@
         <property name="can_focus">True</property>
         <property name="hscrollbar_policy">never</property>
         <property name="shadow_type">in</property>
+        <property name="vexpand">True</property>
         <child>
           <object class="GtkTreeView" id="recent_view">
             <property name="visible">True</property>